@charset "utf-8";
/* CSS Document */
html,body {height:100%; margin:0px; font-size:12px;}


#showdiv {
background-color: #ffffff;
border: 1px #eee solid;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-moz-box-shadow: 0 0 15px #666;
border-radius: 5px;
box-shadow:3px 3px 6px #666;
text-align: center;
font-size: 12px;
font-weight: bold;
left:50%;
top:50%;
z-index:5000;
margin-top:0px;
position:fixed!important;/* FF IE7*/
position:absolute;          /*IE6*/
_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 : /*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);            /*IE5 IE5.5*/

}


#dialogbgdiv {
background-color: #444;
display:none;
width: 100%;
height: 100%;
left:0;
top:0;/*FF IE7*/
filter:alpha(opacity=60);/*IE*/
opacity:0.6;/*FF*/
z-index:1;
position:fixed!important;/*FF IE7*/
position:absolute;/*IE6*/

_top:       expression(eval(document.compatMode &&
            document.compatMode=='CSS1Compat') ?
            documentElement.scrollTop + (document.documentElement.clientHeight-this.offsetHeight)/2 :/*IE6*/
            document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2);/*IE5 IE5.5*/

}


/*以下是关于弹窗的样式*/
/*标题*/
.modal-title {
    background: #eee;
    line-height:30px;height:30px;text-indent:10px;padding-top:3px;
	background:url('../pop_winbg.jpg');
}
.modal-title-l {
	font-size:14px;font-weight:bold;color:#085A99; float: left; COLOR: #085a99; text-align: left;padding-top:3px;
}
.modal-title-r{background-image:url('../close.gif');width:18px;height:18px;margin-top:5px;margin-right:7px;float:right;cursor:pointer;}


/* 内容部分 */
.modal-mcontent {
    padding: 6px;
	background-color: #ffffff;
}

.modal-promot-mess {
  margin: 0px 0;
  padding: 0px 0px;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}


/* 按钮部分 */
.insure-btn-con {
  margin-top: 8px;
  text-align: right;
}
.insure-btn-con span {
  display: inline-block;
  margin-right: 20px;
}
/* 确认 */ 
.insure-btn-con .sure-btn {
  padding: 6px 15px;
  color: white;
  cursor: pointer;
  background-color: #4b8df8;
  border: 1px solid #4b8df8;
}

/* 取消 */
.insure-btn-con .cancel-btn {
  border: 1px solid #6fbfbf;
  background-color: #fff;
  padding: 2px 15px;
  cursor: pointer;
}


/* 弹出窗口*/ 
/*表格部分*/
.modal_table{width:98%;margin:1%;}
.modal_table_td{width:60px;}

/*文字部分*/
.modal_content{font-size:14px;color:#333333;line-height:180%;font-weight:normal}
.div_content{text-align:left;background-color:#FFFFFF;padding:2px;overflow:hidden;}
/* 显示图片*/ 
.modal_ico_err,.modal_ico_yes,.modal_ico_info,.modal_ico_ask,.modal_ico_stop{width:48px;height:48px;background-image:url('../dialog_icons.gif');float:left;}
.modal_ico_err{background-position:0px 0px;float:right;}
.modal_ico_yes{background-position:-50px 0px;float:right;}
.modal_ico_info{background-position:-100px 0px;float:right;}
.modal_ico_ask{background-position:-150px 0px;float:right;}
.modal_ico_stop{background-position:-200px 0px;float:right;}


input{padding:1px;font:12px tahoma,verdana; color: #000000;border:1px solid #6fbfbf;height:18px;background: #ffffff;}
.button_css{font:12px Verdana, Tahoma, Arial; padding:0px 6px 0 6px;margin:0px; height: 23px;line-height: 23px;cursor: pointer;}